func net/http/pprof.durationExceedsWriteTimeout

4 uses

	net/http/pprof (current package)
		pprof.go#L104: func durationExceedsWriteTimeout(r *http.Request, seconds float64) bool {
		pprof.go#L127: 	if durationExceedsWriteTimeout(r, float64(sec)) {
		pprof.go#L156: 	if durationExceedsWriteTimeout(r, sec) {
		pprof.go#L267: 	if durationExceedsWriteTimeout(r, float64(sec)) {